type github.com/gotd/neo.moments

7 uses

	github.com/gotd/neo (current package)
		moment.go#L10: type moments []moment
		moment.go#L12: func (m moments) do(t time.Time) {
		moment.go#L18: func (m moments) Len() int {
		moment.go#L22: func (m moments) Less(i, j int) bool {
		moment.go#L26: func (m moments) Swap(i, j int) {
		time.go#L118: func (t *Time) tickUnlocked() moments {
		time.go#L119: 	var past moments